home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 16
/
AMIGAplus Sonderheft 16 (1998)(ICP)(DE)[!].iso
/
pd
/
anwendungen
/
xpk_develop
/
include
/
c
/
proto
/
xpksub.h
< prev
Wrap
C/C++ Source or Header
|
1998-08-27
|
296b
|
18 lines
#ifndef _PROTO_XPKSUB_H
#define _PROTO_XPKSUB_H
#ifndef __NOLIBBASE__
extern struct Library *XpkSubBase;
#endif
#include <exec/types.h>
#include <clib/xpksub_protos.h>
#ifdef __GNUC__
#include <inline/xpksub.h>
#else
#include <pragma/xpksub_lib.h>
#endif
#endif /* _PROTO_XPKSUB_H */